Skip to content

Mappings expand <namespace> parameter #762

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 19, 2025
Merged

Mappings expand <namespace> parameter #762

merged 2 commits into from
May 19, 2025

Conversation

isc-pbarton
Copy link
Collaborator

@isc-pbarton isc-pbarton commented Apr 29, 2025

Mapping configurations may now include the <namespace> token. The token will be expanded to the name of the current namespace. This is the first step towards supporting an instance-wide monorepository in which custom code for each namespace is mapped to a different subdirectory.
Resolves #710 and #756

@codecov-commenter
Copy link

codecov-commenter commented Apr 29, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 41.20%. Comparing base (82994ee) to head (9451df1).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #762      +/-   ##
==========================================
+ Coverage   41.12%   41.20%   +0.07%     
==========================================
  Files          24       24              
  Lines        3229     3233       +4     
==========================================
+ Hits         1328     1332       +4     
  Misses       1901     1901              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@isc-pbarton
Copy link
Collaborator Author

Making this into a draft - I will add some improvements here that allow isolated developer namespaces for a multi-namespace solution.

@isc-pbarton isc-pbarton force-pushed the namespace-mappings branch from 6209c3a to 0e44803 Compare May 14, 2025 20:48
@isc-pbarton isc-pbarton force-pushed the namespace-mappings branch from ade892d to 9451df1 Compare May 16, 2025 17:55
@isc-pbarton isc-pbarton marked this pull request as ready for review May 16, 2025 17:59
@isc-pbarton isc-pbarton requested a review from isc-etamarch May 19, 2025 18:01
@isc-pbarton isc-pbarton merged commit 7b9913d into main May 19, 2025
2 checks passed
@isc-pbarton isc-pbarton deleted the namespace-mappings branch May 19, 2025 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support namespace scoping for git config file
3 participants